home *** CD-ROM | disk | FTP | other *** search
-
- REQCB - Request callbook information.
-
- *** Note: SAM can be used EITHER as QTH or REQCB, but not BOTH !
- *** Note: HB only supports callsign lookup at this time.
-
- To use the RT Systems SAM database servers:
-
- Load SAM into directory \sam, and the SAM API into \sam\api
- Load \sam\api\samapi during bootup (put it in your AUTOEXEC.BAT).
-
-
- To use the J-COM HamBase database servers:
-
- Load Hambase into directory \hambase
- Or set the environment variable HB to the directory
- where HamBase is located. (SET HB=\hambase in AUTOEXEC.BAT)
-
-
- To use the REQCB server with RT Systems SAM database:
-
- Add the following lines to server.mb:
-
- reqcb.out 8 S4 reqcb.in 8
- sam
-
- The system will respond to messages to SAM
-
- To use the REQCB server with J-Com Hambase:
-
- Add the following line to server.mb:
-
- reqcb.out 8 S4 reqcb.in 8
- hb
-
- The system will respond to messages to HB
-
- If you send a message to HB or SAM @ W0RLI, with any number
- of lines, each containing callsigns separated by blanks you will get
- a return message with the callbook data on those callsigns.
-
- For example:
-
- SP HB @ W0RLI
- wb1dsw kq1k
- n0an
-
- <or>
-
- SP SAM @ W0RLI
- wb1dsw kq1k
- n0an
-
- You will get a message back with the callbook information on
- wb1dsw, kq1k, and n0an.
-
-